Kotlin utilities
/
it.czerwinski.kotlin.util
/
Option
/
getOrNull
common
get
Or
Null
abstract fun
getOrNull
():
T
?
Content copied to clipboard
Gets the value of a
Some
or
null
if this is a
None
.
Return
Value of a
Some
or
null
.